.footer{
	background-image: url(../img/bg.png);
	width: 100%;
	font-size: 12px;
	background-size:cover;
	background-color: #000;
}

.footer_w{
   max-width: 1200px;
   margin: 0 auto;
   padding-top: 2.5% ;
}

.footer_top{
	display: flex;
	justify-content: space-between;
	min-height: 160px;
	border-bottom: 1px solid rgb(68,74,106);
}

.footer_top .lf{
	color: #fff;
	max-width: 600px;
	line-height: 2;
	font-size: 16px;
}
.footer_top .lf span,
.footer_top .lf img{
	vertical-align: middle;
}


.footer_top .lf p:first-child:after{
	content: "";
	display: block;
	background: rgb(135,140,152);
	height: 1px;
	width: 80px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer_top .lf{
	color: #fff;
	max-width: 600px;
	line-height: 2;
	font-size: 16px;
}
.footer_top .lf .text{
	color: rgb(189,189,189);
}

.footer_top .rt{
	max-width: 600px;
	padding-top: 10px;
	color: #fff;
	font-size: 20px;
}

.footer_top .share_wrap{
	display: flex;
	padding-right: 30px;
	justify-content: space-between;
}

.footer_top .rt p:first-child:after{
	content: "";
	display: block;
	background: rgb(133,147,150);
	height: 1px;
	width: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer_bottom{
	height: 70px;
	align-items: center;
	display: flex;
}


.footer_bottom .links_button{ 
	background: #35971a;
	color: #fff;
	display: inline-block;
	padding:0 16px;
	border-radius: 6px;
	height: 32px;
	margin-right: 50px;
	line-height: 32px;
	cursor: pointer;
}

.footer_bottom .link_page{
	display: flex;
	color: rgb(130,136,139);
	align-items: center;
}

.footer_bottom  .link_page a{
	color: rgb(130,136,139);
	margin: 0 10px;
	opacity: 0.7;
}

.footer_bottom  .link_page a:hover{
	opacity: 1
}

.footer_bottom  .link_copy{
	font-size: 12px;
	color: #9f9f9f;
	flex: 1;
	text-align: right;
}
.footer_bottom  .link_copy a{
	color: #9f9f9f;
}

.footer_top  .bdsharebuttonbox .bds_tsina{
	width: 37px;
	padding: 0;
	margin: 0;
	height: 37px;
	background-image: url("../img/wechat.png");
	background-position: 0 0;
}

#wexin {
	cursor: pointer;
	position: relative;
}


#wexin .img{
	display: none;
	position:absolute;
	left: -180px;
	top: -72px;
	background:#fff;
}

#wexin:hover .img{
	display: block;
}
#wexin .img img{
	width: 160px;
}
.links_button{
	position: relative;
}
.second_links{
	position: absolute;
	bottom: 42px;
	height: 0;
	left: 0;
	z-index: 100;
	max-height: 200px; 
	overflow: hidden;
	transition: all .5s;

}

.second_links a{
	display: block;
	width: 200px;
    background: #242f50;
    color: #fff;
    box-sizing: border-box;
    border-right: 1px solid #53618a;
    border-left: 1px solid #53618a;
	border-top: 1px solid #53618a;
	text-align: center;
	line-height: 50px;
}
.second_links a:last-of-type{
	border-bottom:1px solid #53618a;
}

.second_links a:hover{
	background: #53618a;
}


.links_button .up{
	padding-left: 10px;
	vertical-align: middle;
}



.wap_data_platform{
	display: none;
}


@media screen and (max-width:768px) {

	.footer_top .lf p:first-of-type{
        font-size: 1.3rem !important;
	}
	.footer_top .lf img{
		width: 1.6rem;
	}
	.footer_top .lf span{
		 font-size: 1.4rem !important;
	}
	.footer .footer_w{
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}
	.footer_top{
		flex-wrap: wrap;
		padding:  1.6rem;
	}
	.footer_top .lf{
		width: 100%;
		max-width: 100%;
		font-size: 12px;
	}
	.footer_top .rt{
		width: 100%;
		display: flex;
		font-size: 12px;
		align-items: center;
	}
	.footer_top .rt p{
		font-size: 1.2rem !important;
	}
	.footer_top .share_wrap{padding-left:0}
	#wexin img{width: 2rem;margin-right: 10px;}
	.footer_top .bdsharebuttonbox .bds_tsina{
		width: 2rem;
		height: 2rem;
		background-size: cover;
	}
	.footer_top .rt p:first-child:after{display: none;}
	.footer_bottom {
		height: auto;
		padding:  1.6rem;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.footer_bottom .links_button{
		margin-right: 0;
		line-height: 30px;
		height: 30px;
		padding: 0 10px;
	}
	.footer_bottom .link_copy{
		width: 100%;
		padding-top: 10px;
		text-align: left;
		flex:100%;
	}

	#wexin .img img{
        width: 6rem;
	}

	#wexin .img{
		left: 7rem;
        top: -3rem;   
         width: 6rem;
	}
	.pc_data_platform{
		display: none;
	}
	.wap_data_platform{
		display: block;
	}
	.wap_data_platform img{
		width: 100%
	}

}